Welcome![Sign In][Sign Up]
Location:
Search - can linux driver

Search list

[Other resourcecan-linux-driver.2.8

Description: CAN 驱动编程
Platform: | Size: 131463 | Author: 曹姓名 | Hits:

[Linux-Unixlinux下can-driver

Description: linux下can-driver.zip-under-driver.zip
Platform: | Size: 10240 | Author: 杨波 | Hits:

[Linux-UnixCAN在linux下的驱动程序znsoft_can-driver

Description: CAN在linux下的驱动程序znsoft-CAN in the driver znsoft
Platform: | Size: 10240 | Author: 王兴 | Hits:

[SCMcan-linux-driver.2.8

Description: CAN 驱动编程-CAN-driven programming
Platform: | Size: 131072 | Author: 曹姓名 | Hits:

[ARM-PowerPC-ColdFire-MIPSsja1000-driver

Description: arm扩展can总线的驱动程序-arm can extend Bus Driver
Platform: | Size: 29696 | Author: | Hits:

[Multimedia Developlinux sound driver API

Description: linux 环境下的音频驱动程序,做音频播放时可以参考一下-audio drivers, so audio player can reference
Platform: | Size: 12288 | Author: | Hits:

[OtherLinuxDrivers_2.4

Description: 该文件是对Linux Driver的详细介绍,通过阅读该书,可以对编写linux driver有一定的了解-Linux Driver of the details, read the book. linux can be prepared a certain driver understanding
Platform: | Size: 6530048 | Author: joe | Hits:

[Driver Developusb-driver

Description: 设备驱动可以理解为操作系统的一部分,对于一个特定的硬件设备来说,其对应的设备驱动是不同的。本系统要使用摄像头获取视频数据,所以编写摄像头驱动是必需得。我们选用的是OV公司系列摄像头,因为对于嵌入式开发,几乎没有通用的驱动程序可以用,不同的软硬件环境有其特殊性。本文档阐述的摄像头驱动是基于OMAP芯片和嵌入式Linux系统的。-device driver can be understood as part of the operating system for a specific hardware device, its counterpart device drivers are different. The use of the system to access video camera data, the preparation of camera is essential in driving. Our choices are the OV companies series camera, because for embedded development, almost no common driver can use different hardware and software environments are unique. This document set out the camera driver is based on the OMAP chips and embedded Linux system.
Platform: | Size: 1665024 | Author: 吴世华 | Hits:

[Linux-UnixCANSJA1000LINUX

Description: CAN SJA1000 LINUX driver-SJA1000 CAN LINUX driver
Platform: | Size: 1099776 | Author: duzhenjun | Hits:

[Embeded LinuxUSB-wireless-driver-Linux

Description: 详细说明:华硕USB接口的RT2570芯片集无线网卡在Linux下的驱动程序,支持asus wl-167g无线usb网卡,rt73---D-link 无线usb网卡以及TL-WN321G无线网卡和台湾RALink公司采用rt2570的802.11g 网卡,可用来移植嵌入式无线网卡驱动-details : ASUS USB interface chip sets RT2570 wireless network card under Linux driver, support asus wl- 167g wireless usb card, rt73--- D-link wireless usb card and TL-WN321G wireless card and Taiwan RA Link rt2570 using the 802.11g card, which can be used to transplant Embedded Wireless Network Card Drivers
Platform: | Size: 691200 | Author: dding | Hits:

[Internet-Networklinux-acu-driver-v21.tar

Description: vt6656驱动代码,安装后可利用可视化图形界面进行网络配置-vt6656 driver code can be used after installation visualization graphical interface for network configuration
Platform: | Size: 735232 | Author: chenjing | Hits:

[Embeded LinuxCAN

Description: linux 下CAN总线驱动源码,该程序已验经过,成功运在2510上.-linux CAN bus driver source code, the post-mortem after the procedure has been successfully transported in 2510 on.
Platform: | Size: 3072 | Author: 王麓平 | Hits:

[Embeded LinuxPeak-CAN-PCI

Description: Peak-CAN控制器(PCI接口)的驱动程序,for linux,兼容SJA1000 CAN设备。-Peak-CAN controller (PCI interface) driver, for linux, compatible equipment SJA1000 CAN.
Platform: | Size: 19456 | Author: Turst | Hits:

[Embeded LinuxuClinux-CAN-BUS-Driver

Description: uClinux下的CAN总线控制器驱动程序源代码-uClinux under the CAN bus controller driver source code
Platform: | Size: 2048 | Author: 赵鹏 | Hits:

[Linux-Unixdriver-can

Description: Linux环境下,CAN驱动源码 Linux环境下,CAN驱动源码-Linux environment, CAN driver source Linux environment, CAN driver source code
Platform: | Size: 8192 | Author: wing | Hits:

[Linux-UnixLINUX-driver-src

Description: LDD第三版里面的源代码,包括书里面的例子,大家可以-LDD inside the third edition of the source code, including the book example, we can
Platform: | Size: 141312 | Author: 洋洋 | Hits:

[Linux-Unixpeak-linux-driver.6.7.tar

Description: linux下的CAN BUS驱动代码。适合在arm平台使用。-linux under the CAN BUS driver code. Suitable for use in the arm platform.
Platform: | Size: 377856 | Author: lixings | Hits:

[Linux-UnixLinux

Description: 该文件包含了Linux编程的很多例程包括了多任务编程,多任务间的通信和同步,CAN总线驱动,SD卡驱动等,涵盖面广阔,对于了解Linux编程很有帮助-This file contains a lot of Linux programming routines include multi-task programming, multi-task communication and synchronization between, CAN bus driver, SD card driver and so on, a wide coverage, be helpful for understanding the Linux programming
Platform: | Size: 89088 | Author: 何波 | Hits:

[Linux-UnixLinux-driver-development15

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第15章、Linux的I2C核心、总线与设备驱动。I2C总线仅仅使用SCL、SDA这两根信号线就实现了设备之间的数据交互,极大地简化了对硬件资源和PCB板布线空间的占用。因此,I2C总线被非常广泛地应用在EEPROM、实时钟、小型LCD等设备与CPU的接口中。Linux系统定义了I2C驱动体系结构,在Linux系统中,I2C驱动由3部分组成,即I2C核心、I2C总线驱动和I2C设备驱动。这3部分相互协作,形成了非常通用、可适应性很强的I2C框架。6.1节对Linux I2C体系结构进行分析,讲解3个组成部分各自的功能及相互联系。6.2节对Linux I2C核心进行分析,讲解i2c-core.c文件的功能和主要函数的实现。6.3节、6.4节分别详细介绍I2C总线驱动和I2C设备驱动的编写方法,给出可供参考的设计模板。6.5节、6.6节以6.3节和6.4节给出的设计模板为基础,讲解S3C2410 ARM处理器I2C总线驱动及挂接在其上的SAA7113H视频模拟/数字转换芯片设备驱动的编写方法。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 15, Linux the I2C bus and core, device drivers. The I2C bus use only the two root, SDA SCL signal will achieve the data interaction between equipment, greatly simplified the hardware resources and PCB wiring space take up. Therefore, the I2C bus is very widely used in EEPROM, real clock, small LCD equipment and CPU interface. Linux system defines the I2C drive system structure in Linux, system, the I2C driven by three parts, namely the I2C core, the I2C bus driver and the I2C device drivers. The three parts of the cooperation and formed very general, can vary adaptive the I2C framework. Section 6.1 the I2C system for Linux analyzed the structure, the explanation is 3 part of their respective functions and to each other. Section 6.2 to Linux
Platform: | Size: 593920 | Author: 华清远见 | Hits:

[Linux-UnixMicrochip-MCP2515-CAN-controller-driver.doc.tar.g

Description: mcp2515 can controller driver for linux systems
Platform: | Size: 144384 | Author: madhu | Hits:
« 12 3 4 5 6 7 8 9 10 ... 32 »

CodeBus www.codebus.net